silence uselib_local warning produced by waf
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 3 Apr 2022 04:57:38 +0000 (07:57 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 25 Jul 2024 08:35:21 +0000 (11:35 +0300)
commit172e5d0a653b6a1efc57e84c13178a1cfa7296b3
tree9f702135f65a4b175674943e47197c5141cd54d5
parent28e7c038caec44a5b84c51f4321ea59ba83554d5
silence uselib_local warning produced by waf

During config/build process in verbose mode, waf produces
about 2k repetitions of this warning:

  compat: "uselib_local" is deprecated, replace by "use"

which clutters the build log.

Comment this warning out for now until it will be
fixed properly.

Gbp-Pq: Name silence-waf-uselib_local.diff
buildtools/wafsamba/samba_waf18.py